docker restart container

43

$ sudo systemctl start docker
sudo systemctl restart docker
$ docker run -d --restart unless-stopped <image>

Comments

Submit
0 Comments